NevronOpenVision
Nevron.Nov Namespace / NPromise<TResult> Class


NPromise<TResult> Class Properties

For a list of all members of this type, see NPromise<TResult> members.

Public Properties
 NameDescription
Public PropertyGets the promise exception. Valid only if the the promise is rejected.  
Public PropertyGets whether the promise has been fulfilled (succeeded).  
Public PropertyGets whether the promise is pending (has not been resolved yet).  
Public PropertyGets whether the promise has been rejected (failed).  
Public PropertyGets whether the promise has been resolved (was fulfilled or rejected).  
Public PropertyGets the promise result. Valid only if the promise is fulfilled.  
Public PropertyGets the promise state  
Top
See Also